home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 24
/
PC Gamer IT CD 24 2-2.iso
/
GIOCHI
/
PINBALL
/
UNINSTAL.BAT
< prev
Wrap
DOS Batch File
|
1996-08-02
|
407b
|
18 lines
@rem (c) 1996 21st Century Entertainment Ltd.
@echo off
if exist c:\21stcent\absolute\abs*.* goto cont
echo No Absolute Pinball files could be found on your hard disk - Uninstall aborted.
goto end
:cont
deltree /Y c:\21stcent\absolute
pinball\if_demo.exe
if errorlevel 1 goto nodel_dir
deltree /Y c:\21stcent
:nodel_dir
echo The Absolute Pinball demo was successfully uninstalled.
:end